The screen command
You use the screen command to move the screen that Amiga Mosaic is
running on.
Template: item/a
Item is one of:
- A string of the form left/top
- Moves the left and top edges of the screen to the values given by
left and top.
- back
- Moves the screen in back of all other screens.
- front
- Moves the screen in front of all other screens.
Warning
While the option of specifing a window position is generally safe, you
should try to use reasonable values. You must also make sure the
result is always a string and not a number. For instance,
10/10/400/400
is a small floating point number, not a
string. You should use "10/10/400/400"
Up to the commands, on to window or back to option.
Mike W. Meyer